memory: fix label syntax
authorNorbert Manthey <nmanthey@amazon.de>
Tue, 31 Jul 2018 15:11:36 +0000 (17:11 +0200)
committerJan Beulich <jbeulich@suse.com>
Tue, 31 Jul 2018 15:11:36 +0000 (17:11 +0200)
commitb75bd296d7e8f444362e5e321d09825078875f11
tree1c61783197474a1492ff7ac78e88ec17283bb692
parent867a5e230d21866a35979ec68c5c82604096e018
memory: fix label syntax

When compiling this file with gcc, the compiler happily accepts the
sequence of a label followed by an attribute. However, this sequence does
not follow the gcc documentation. Hence, other compilers might stumble
upon this statement.

To be able to compile Xen with goto-cc (the compiler of the CPROVER tool
suite), the missing semicolon is added in this commit.

Reported-by: Elizabeth Polgreen <polgreen@amazon.de>
Signed-off-by: Norbert Manthey <nmanthey@amazon.de>
Reviewed-by: Jan Beulich <jbeulich@suse.com>
xen/common/memory.c